home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
Pascal
/
Snippets
/
PNL Libraries
/
Libraries
/
SpriteWorld
/
SpriteWorld files
/
Headers
/
SWIncludes.h
< prev
next >
Wrap
Text File
|
1996-04-01
|
910b
|
49 lines
///--------------------------------------------------------------------------------------
// SWIncludes.h
//
// By Vern Jensen
//
// #include this file with your projects, and all the other necessary
// SpriteWorld.h files will be #included automatically.
///--------------------------------------------------------------------------------------
#ifndef __SWCOMMON__
#include "SWCommonHeaders.h"
#endif
#ifndef __SPRITEWORLD__
#include "SpriteWorld.h"
#endif
#ifndef __SPRITELAYER__
#include "SpriteLayer.h"
#endif
#ifndef __SPRITEFRAME__
#include "SpriteFrame.h"
#endif
#ifndef __SPRITE__
#include "Sprite.h"
#endif
#ifndef __SPRITEWORLDUTILS__
#include "SpriteWorldUtils.h"
#endif
#ifndef __SPRITECOMPILER__
#include "SpriteCompiler.h"
#endif
#ifndef __BLITPIXIE__
#include "BlitPixie.h"
#endif
#ifndef __SCROLLING__
#include "Scrolling.h"
#endif
#ifndef __TILING__
#include "Tiling.h"
#endif